home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / accounts / redwd201.arj / PIEBAR.PLT < prev    next >
Text File  |  1994-12-02  |  1KB  |  51 lines

  1. set title size 2
  2. set window x 1 of 2 y 2 of 2
  3. set color blue
  4. title top lines .02 'COMPANY SALES BY DIVISIONS'
  5. title top  '1989'
  6. set color black
  7. set piemode percent
  8. 38.7 red    'EAST'
  9. 52.7 blue   'WEST'
  10. 29.7 green  'INTL'
  11. piechart
  12.  
  13. set axes all on
  14.  
  15. set window x 2 of 2 y 2 of 2
  16. set grid horizontal
  17. set color blue
  18. title top lines .02 'EAST DIV MONTHLY SALES'
  19. set color black
  20. set limits y 0 10
  21. set scale x 7 -2
  22. title left lines -1 '$ MILLIONS'
  23. set bargraph
  24. 1 2; 2 3; 3 3.5; 4 4; 5 2.7; 6 3.7; 7 4.2; 8 3.6; 9 3.1; 10 4; 11 3.2; 12 1.7
  25. bargraph red
  26.  
  27. set window x 1 of 2 y 1 of 2
  28. set grid horizontal
  29. set color blue
  30. title top  'WEST DIV MONTHLY SALES'
  31. set color black
  32. set limits y 0 10
  33. title left lines -1 '$ MILLIONS'
  34. set bargraph
  35. 1 3; 2 4; 3 4.5; 4 5; 5 5.7; 6 4.7; 7 5.2; 8 4.6; 9 4.1; 10 4; 11 4.2; 12 3.7
  36. bargraph blue
  37.  
  38. set window x 2 of 2 y 1 of 2
  39. set grid horizontal
  40. set color blue
  41. title top  'INTL DIV MONTHLY SALES'
  42. set color black
  43. set limits y 0 10
  44. title left lines -1 '$ MILLIONS'
  45. set bargraph
  46. 1 2; 2 2; 3 2.5; 4 3; 5 2.7; 6 2.7; 7 3.2; 8 2.6; 9 2.1; 10 3; 11 2.2; 12 1.7
  47. bargraph green
  48.  
  49. set window x 1 of 1 y 1 of 1
  50. title .3 .3 size 3 "PIEBAR.PLT"
  51.